Computer-MCQ Computer Organisation /Operating System MCQ Set 17 Sample Test,Sample questions

Question:
 A consistency checker _________ and tries to fix any inconsistencies it finds.

1.compares the data in the secondary storage with the data in the cache

2. compares the data in the directory structure with the data blocks on disk

3.compares the system generated output and user required output

4.All of the Mentioned


Question:
 A systems program such as fsck in ______ is a consistency checker.

1.UNIX

2.Windows

3.Macintosh

4.Solaris


Question:
 A _________ directory is mounted over a directory of a _______ file system.

1.local, remote

2.remote, local

3. local, local

4.none of the mentioned


Question:
 In UNIX, even an ’empty’ disk has a percentage of its space lost to ______

1.programs

2.inodes

3.virtual memory

4.stacks


Question:
 The heads of the magnetic disk are attached to a _____ that moves all the heads as a unit.

1.spindle

2. disk arm

3. track

4.None of the mentioned


Question:
 The set of tracks that are at one arm position make up a _____

1.magnetic disks

2. electrical disks

3.assemblies

4.cylinders


Question:
A file being read or written sequentially should not have its pages replaced in LRU order, because _______

1.it is very costly

2. the most recently used page will be used last

3. it is not efficient

4. all of the mentioned


Question:
A machine in Network file system (NFS) can be ________

1.client

2.server

3.both client and server

4.neither client nor server


Question:
A mount operation includes the ______

1. name of the network

2.name of the remote directory to be mounted

3.name of the server machine storing it

4.All of the Mentioned


Question:
A process is moved to wait queue when I/O request is made with _______

1. non-blocking I/O

2.blocking I/O

3.asynchronous I/O

4.synchronous I/O


Question:
A server crash and recovery will __________ to a client.

1. be visible

2.affect

3.be invisible

4.harm


Question:
A single NFS write procedure _________

1. can be atomic

2.is atomic

3.is non atomic

4. none of the mentioned


Question:
All the changes that were done from a transaction that did not commit before the system crashed, have to be _____

1. saved

2. saved and the transaction redone

3.undone

4.None of the mentioned


Question:
By preallocating the inodes and spreading them across the volume, we ___________ the system performance.

1.improve

2.decrease

3.maintain

4.do not affect


Question:
Device drivers are implemented to interface ______

1.character devices

2.block devices

3.network devices

4.All of the Mentioned


Question:
Each set of operations for performing a specific task is a _____

1.program

2.code

3. transaction

4.all of the mentioned


Question:
Every NFS request has a _________ allowing the server to determine if a request is duplicated or if any are missing.

1.name

2.transaction

3.sequence number

4.All of the Mentioned


Question:
For every pair of component and directory vnode after path name translation ______

1. a single NFS lookup call is used sequentially

2.a single NFS lookup call is used beginning from the last component

3.at least two NFS lookup calls per component are performed

4.a separate NFS lookup call is performed


Question:
I/O hardware contains ______

1.Bus

2.Controller

3. I/O port and its registers

4.All of the Mentioned


Question:
In the optimized technique for sequential access ___________ removes a page from the buffer as soon as the next page is requested.

1.write ahead

2.read ahead

3.free-behind

4.add-front


Question:
In UNIX, the file handle consists of a __________ and _____

1. file-system identifier & an inode number

2.an inode number & FAT

3. a FAT & an inode number

4.a file pointer & FAT


Question:
In _______ information is recorded magnetically on platters.

1. magnetic disks

2.electrical disks

3.assemblies

4. cylinders


Question:
In ___________ writes, the data is stored in the cache.

1. Asynchronous

2.Regular

3. Synchronous

4.Irregular


Question:
Once the changes are written to the log, they are considered to be ________

1. committed

2.aborted

3. completed

4.None of the mentioned


Question:
Some directory information is kept in main memory or cache to ______

1.fill up the cache

2. increase free space in secondary storage

3.decrease free space in secondary storage

4.speed up access


Question:
The data-in register of I/O port is ______

1.Read by host to get input

2.Read by controller to get input

3.Written by host to send output

4.Written by host to start a command


Question:
The device-status table contains ____

1. each I/O device type

2.each I/O device address

3. each I/O device state

4.All of the Mentioned


Question:
The device-status table contains ________

1.each I/O device type

2.each I/O device address

3.each I/O device state

4.all of the mentioned


Question:
The host sets _____ bit when a command is available for the controller to execute.

1.write

2. status

3.command-ready

4.control


Question:
The mount mechanism ________ a transitive property.

1. exhibits

2.does not exhibit

3.may exhibit

4.None of the mentioned


Question:
The mount request is mapped to the corresponding __________ and is forwarded to the mount server running on the specific server machine.

1.IPC

2.System

3.CPU

4.RPC


Question:
The NFS protocol __________ concurrency control mechanisms.

1.provides

2. does not provide

3.may provide

4.None of the mentioned


Question:
The NFS servers _______

1.are stateless

2. save the current state of the request

3.maybe stateless

4.None of the mentioned


Question:
The server maintains a/an ________ that specifies local file systems that it exports for mounting, along with names of machines that are permitted to mount them.

1.export list

2.import list

3.sending list

4.receiving list


Question:
The server must write all NFS data ________

1.synchronously

2.asynchronously

3.index-wise

4.None of the mentioned


Question:
The time taken for the desired sector to rotate to the disk head is called _______

1.positioning time

2.random access time

3.seek time

4.rotational latency


Question:
The time taken to move the disk arm to the desired cylinder is called the ______

1.positioning time

2. random access time

3. seek time

4.rotational latency


Question:
The _________ becomes the name of the root of the newly mounted directory.

1.root of the previous directory

2.local directory

3. remote directory itself

4.None of the mentioned


Question:
What is a circular buffer?

1.writes to the end of its space and then continues at the beginning

2.overwrites older values as it goes

3.all of the mentioned

4.None of the mentioned


Question:
When a client has a cascading mount _______ server(s) is/are involved in a path name traversal.

1.at least one

2.more than one

3.more than two

4.more than three


Question:
When an entire committed transaction is completed, _______

1. it is stored in the memory

2. it is removed from the log file

3. it is redone

4.None of the mentioned


Question:
When hardware is accessed by reading and writing to the specific memory locations, then it is called ______

1.port-mapped I/O

2.controller-mapped I/O

3. bus-mapped I/O

4.None of the mentioned


Question:
Which buffer holds the output for a device?

1.spool

2.output

3. status

4.magic


Question:
Which hardware triggers some operation after certain programmed count?

1. programmable interval timer

2.interrupt timer

3. programmable timer

4.None of the mentioned


Question:
Which one of the following connects high-speed high-bandwidth device to memory subsystem and CPU.

1.Expansion bus

2.PCI bus

3.SCSI bus

4.None of the mentioned


Question:
With _______ a requested page and several subsequent pages are read and cached.

1.write ahead

2.read ahead

3.free-behind

4.add-front


Question:
_____ tend to represent a major bottleneck in system performance.

1. CPUs

2.Disks

3.Programs

4. I/O


Question:
______ mounts, is when a file system can be mounted over another file system, that is remotely mounted, not local.

1.recursive

2. cascading

3.trivial

4.None of the mentioned


Question:
_______ in NFS involves the parsing of a path name into separate directory entries – or components.

1.Path parse

2.Path name parse

3.Path name translation

4.Path name parsing


Question:
________ writes occur in the order in which the disk subsystem receives them, and the writes are not buffered.

1. Asynchronous

2. Regular

3.Synchronous

4.Irregular


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!